Full Read Key Values Cache Repo
open class FullReadKeyValuesCacheRepo<Key, Value>(parentRepo: ReadKeyValuesRepo<Key, Value>, kvCache: FullKVCache<Key, List<Value>>) : ReadKeyValuesRepo<Key, Value> , FullCacheRepo
Content copied to clipboard
Constructors
Link copied to clipboard
fun <Key, Value> FullReadKeyValuesCacheRepo(parentRepo: ReadKeyValuesRepo<Key, Value>, kvCache: FullKVCache<Key, List<Value>>)
Content copied to clipboard
Functions
Link copied to clipboard
open suspend override fun get( k: Key, pagination: Pagination, reversed: Boolean): PaginationResult<Value>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<Key>
Content copied to clipboard
open suspend override fun keys( v: Value, pagination: Pagination, reversed: Boolean): PaginationResult<Key>
Content copied to clipboard